home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / addres1a / connecti.mdb / Contacts.json
JavaScript Object Notation  |  1999-09-15  |  176b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "name": "Text (50)",
  5.         "email": "Text (50)",
  6.         "phone": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "ID": 12,
  11.             "name": "PleX",
  12.             "email": "digiriot@aol.com",
  13.             "phone": "Sorry Charlie!"
  14.         }
  15.     ]
  16. }